-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make advertising of NUMA node optional #416
Conversation
ab5f250
to
90dcac9
Compare
This change adds support for making advertising of NUMA node optional. This can be done per resource pool by setting the config "exclude_topology" to true. Default behavior is to advertise NUMA node information. Signed-off-by: Ravindra Thakur <[email protected]>
90dcac9
to
ed04ec5
Compare
Looks good to me. Thank you @rthakur-est |
LGTM |
when will this be merged? |
LGTM, need to update README with new resource config knob. this can be done in this PR or a separate one as discussed in Yesterday's community meeting. |
My colleague @rthakur-est is on leave. He will push another review updating the README soon. This review can be merged if its good. |
@SchSeba do you have additional comments ? shall we proceed with merge ? |
raised PR for documentation - #425 |
Merging. |
This change adds support for making advertising of NUMA node optional.
This can be done per resource pool by setting the config
"exclude_topology" to true. Default behavior is to advertise NUMA node
information.
#320
Signed-off-by: Ravindra Thakur [email protected]